ui/web
Auto.js Pro 9 Docs / ui/web
ui/web
Table of contents
Interfaces
Type Aliases
Type Aliases
InvokeRequestHandler
Ƭ InvokeRequestHandler: (event: InvokeEvent, ...args: any) => any | Promise<any>
Type declaration
▸ (event, ...args): any | Promise<any>
Parameters
| Name | Type |
|---|---|
event | InvokeEvent |
...args | any |
Returns
any | Promise<any>
